Results

Found 2 search results for: exchange rate regimes

Michał Jurek (2013/2, Articles, p. 221)

Exchange Rate Regimes of Central and Eastern European Countries and the Exchange Rate Volatility of Their Currencies Against the Euro

The article aims to analyze what macroeconomic circumstances support the maintenance of stable exchange rate of CEE countries currencies against the euro. In order to achieve this target, the author presents the evolution of the exchange rate regimes in CEE countries in the period of 1999-2011, as well as the results of logit analysis used in order to reveal what macroeconomic features (...)


Michał Jurek (2010/3, Articles, p. 319)

Limitation of the Autonomy of Monetary Policy in Financial Integration

The aim of the paper is to analyze the possibilities of overcoming the asymmetric shocks under fully fixed and fully floating exchange rate regimes, taking into consideration increasing financial integration which results in mounting capital flows. The analysis is based on the use of the Mundell-Fleming model within the framework of the theory of Optimum Currency Areas. The main conclusion (...)




query('SET character_set_connection=utf8'); $wynik2 = $dba->query('SET character_set_client=utf8'); $wynik2 = $dba->query('SET character_set_results=utf8'); echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++) { $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenaprom = stripslashes($wiersz2['cenaprom']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa) { echo ", oprawa twarda"; } echo "
"; echo "Cena: "; if ($cenaprom>0) { echo "".dziesietne($cenaprom)." zł"; } else { echo "".dziesietne($cenadet)." zł"; } if ($cenapdf>0) { echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; $zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'"; $wynik2 = $dba->query($zapytanie2); $ile2 = $wynik2->num_rows; $rmax = rand(1, $ile2); for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); } $isbn = stripslashes($wiersz2['isbn']); $tytul = stripslashes($wiersz2['tytul']); $autor = stripslashes($wiersz2['autor']); $cenadet = stripslashes($wiersz2['cenadet']); $cenapdf = stripslashes($wiersz2['cenapdf']); $strony = stripslashes($wiersz2['liczbastron']); $oprawa = stripslashes($wiersz2['oprawa']); echo "
"; echo ""; echo "

"; echo "$tytul
$autor

"; echo $strony." stron"; if ($oprawa){ echo ", oprawa twarda"; } echo "
"; echo "Cena: "; echo "".dziesietne($cenadet)." zł"; if ($cenapdf>0){ echo "   Cena PDF: ".dziesietne($cenapdf)." zł"; } echo "

"; echo "

Sprzedaż
wysyłkowa
"; echo "
"; echo "
"; echo "
"; echo "

"; $dba->close(); ?>